object ReadSpanForm: TReadSpanForm Left = 155 Top = 324 BorderStyle = bsDialog Caption = 'Merge Multi-Volume ZIP' ClientHeight = 152 ClientWidth = 368 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = True Scaled = False OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 61 Width = 257 Height = 15 AutoSize = False Caption = '&Spanned archive to convert:' FocusControl = FromArc end object Label2: TLabel Left = 8 Top = 103 Width = 257 Height = 14 AutoSize = False Caption = 'Place the converted &single archive here:' FocusControl = ToArc end object Label3: TLabel Left = 8 Top = 5 Width = 279 Height = 56 AutoSize = False Caption = 'Converts a spanned archive to a single file.'#13#10'If there are more ' + 'than one disks in that set, please '#13#10'select the last archive of ' + 'that set.' WordWrap = True end object Button1: TSpeedButton Left = 256 Top = 79 Width = 25 Height = 21 OnClick = Button1Click end object Button2: TSpeedButton Left = 256 Top = 119 Width = 25 Height = 21 OnClick = Button2Click end object OKButt: TButton Left = 288 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 2 OnClick = OKButtClick end object CancelButt: TButton Left = 288 Top = 40 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 3 OnClick = CancelButtClick end object HelpButt: TButton Left = 288 Top = 72 Width = 75 Height = 25 Caption = '&Help' TabOrder = 4 OnClick = CorelButton2Click end object FromArc: TEdit Left = 8 Top = 79 Width = 241 Height = 21 ReadOnly = True TabOrder = 0 Text = 'FromArc' OnChange = FromArcChange end object ToArc: TEdit Left = 8 Top = 119 Width = 241 Height = 21 ReadOnly = True TabOrder = 1 Text = 'ToArc' end object ZipMaster1: TZipMaster Verbose = False Trace = False AddCompLevel = 9 AddOptions = [] ExtrOptions = [] Unattended = False SFXPath = 'ZipSFX.bin' SFXOverWriteMode = OvrConfirm SFXCaption = 'Self-extracting Archive' KeepFreeOnDisk1 = 0 VersionInfo = '1.60 K' AddStoreSuffixes = [assGIF, assPNG, assZ, assZIP, assZOO, assARC, assLZH, assARJ, assTAZ, assTGZ, assLHA] Left = 240 Top = 24 end object OpenDialog: TOpenDialog Filter = 'ZIP files|*.zip' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofShareAware] Left = 167 Top = 55 end end